Oops, it's gsize, not GSize
authorFederico Mena Quintero <federico@novell.com>
Wed, 30 Sep 2009 23:39:33 +0000 (18:39 -0500)
committerBenjamin Otte <otte@gnome.org>
Thu, 15 Oct 2009 20:06:19 +0000 (22:06 +0200)
Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtkfilesystemmodel.c

index 4c90fe2aca9c945e4edefd887c48e9ef66bedf10..b3c8c196fa87797df6c6ae15854553be13373c55 100644 (file)
@@ -139,7 +139,7 @@ struct _GtkFileSystemModel
 
   GCancellable *        cancellable;    /* cancellable in use for all operations - cancelled on dispose */
   GArray *              files;          /* array of FileModelNode containing all our files */
-  GSize                 node_size;     /* Size of a FileModelNode structure once its ->values field has n_columns */
+  gsize                 node_size;     /* Size of a FileModelNode structure once its ->values field has n_columns */
   guint                 n_nodes_valid;  /* count of valid nodes (i.e. those whose node->row is accurate) */
   GHashTable *          file_lookup;    /* mapping of GFile => array index in model->files
                                         * This hash table doesn't always have the same number of entries as the files array;